home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / quick_guides.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Encoding:
Text File  |  2003-04-22  |  147 b   |  6 lines

  1. on(keyPress "<Right>"){
  2.    _global.mov.gotoAndStop(_global.mov._currentframe + 5);
  3.    _global.a = "playing";
  4.    _global.pla.gotoAndStop(1);
  5. }
  6.